+opencc (1.0.6-2) unstable; urgency=medium
+
+ * debian/libopencc2.shlibs: Bump version requirement to 1.0.6.
+ * debian/control: Bump debhelper compat to v13.
+ * debian/rules: Drop as-needed linker flag.
+
+ -- Boyuan Yang <byang@debian.org> Sat, 02 May 2020 10:46:44 -0400
+
opencc (1.0.6-1) unstable; urgency=medium
* Team upload.
Build-Depends:
cmake,
darts,
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
doxygen,
graphviz,
libjs-jquery,
-libopencc 2 libopencc2 (>= 1.0.5)
+libopencc 2 libopencc2 (>= 1.0.6)
# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
# CMake doesn't use CPPFLAGS, pass them to CFLAGS/CXXFLAGS to enable the
# missing (hardening) flags.